xm,xend: Make cpus parameter available
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Sep 2009 14:33:30 +0000 (15:33 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Sep 2009 14:33:30 +0000 (15:33 +0100)
commit463d75af78ee79d6631b1529150e1239baa3ad56
tree5837674460d343bd21197787f727bb8b85958731
parent7c211e235058eec635104721cc01b6f89b1c4d70
xm,xend: Make cpus parameter available

When I started a VM by using xm create command, cpus parameter in VM
configuration files was ignored.  The problem occurred only when I
used XenAPI. This patch makes the parameter available.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/xenapi_create.py